home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_AI / AI_085 / POS_D030 / CONFIG / SVMODULE.CFG < prev   
Text File  |  1998-03-14  |  2KB  |  75 lines

  1. #
  2. # This is the configuration file for save modules.
  3. #
  4. # The file is used to specify which save module to use to save an image
  5. # in a given format. Any line starting with a # will be treated as a
  6. # comment and ignored.
  7. #
  8.  
  9. #
  10. # The module list contains a list of all supported formats based on
  11. # extensions. The format is :-
  12. #
  13. # Extension, Module
  14. #
  15.  
  16. MODULES
  17.  
  18. IFF,    savemod\iff.pss
  19. TGA,    savemod\targa.pss
  20. TIF,    savemod\tiff.pss
  21. JPG,    savemod\jpeg.pss
  22. PNG,    savemod\png.pss
  23. BMP,    savemod\bmp.pss
  24. PI1,    savemod\degas.pss
  25. PC1,    savemod\degas.pss
  26. PI3,    savemod\degas.pss
  27. PC3,    savemod\degas.pss
  28. NEO,    savemod\neochrom.pss
  29. EZA,    savemod\ezart.pss
  30. IMG,    savemod\img.pss
  31.  
  32. #
  33. # The compression list links image types with compression types and the
  34. # module to use for each compression type
  35. # The format is :-
  36. #
  37. # Image type, Colours, Resolution, Compression list
  38. #
  39. # Colour resolutions are a list of the colours allowed in a particular
  40. # format seperated by the / character. If greyscale is allowed, the G
  41. # character is used. If 24 bit TrueColour is allowed, T is used.
  42. #
  43. # Size resolutions determine which image dimensions are supported by
  44. # the format. 'all' denotes any resolution. Specific resolutions are
  45. # denoted by '<width>x<height>' Either of these can be 'all'.
  46. #
  47. # The compression list is the name of each method followed by the
  48. # extension ( and therefore module ) to use.
  49. #
  50. # For example :
  51. #
  52. # The BMP format supports Monochrome, 16, 256, Greyscale and Truecolour,
  53. # It outputs any image size and supports No compression or Packbits
  54. # compression. Both are output with the extension .BMP
  55. #
  56. # Degas supports monochrome only with a resolution of 640x400. The image
  57. # can be uncompressed or RLE compressed. No compression uses the .PI3
  58. # extension, RLE uses the .PC3 extension.
  59. #
  60.  
  61. COMPRESSION
  62.  
  63. Neochrome,    16,        320x200, None,NEO
  64. Degas_Elite,    16,        320x200, None,PI1,    RLE,PC1
  65. Degas,        2,        640x400, None,PI3,    RLE,PC3
  66. EZart,        16,        320xall, Packbits,EZA
  67. Jpeg,        16/256/G/T,    all,     75%,JPG,    50%,JPG
  68. Windows_BMP,    2/16/256/G/T,    all,     None,BMP
  69. PNG,        2/16/256/G/T,    all,     Deflate,PNG
  70. TIFF,        2/16/256/G/T,    all,     None,TIF
  71. Targa,        2/16/256/G/T,    all,     None,TGA,    RLE,TGA
  72. IFF,        2/16/256/G/T,    all,     None,IFF,    Packbits,IFF
  73. IMG,        2/16/256/G/T,    all,     RLE,IMG
  74.  
  75.